home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / sunos4-1-3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-04  |  875 b   |  31 lines

  1. /* Synched up with: FSF 19.29. */
  2.  
  3. /* XEmacs change: FSFmacs changes to include sunos4shr.h in 19.29.
  4.    We handle shared libraries differently. */
  5. #include "sunos4-1.h"
  6.  
  7. /* TERMIOS is broken under SunOS??
  8.  
  9.    Someone says: This causes failure in process_send_signal (tcgetattr
  10.    loses) and may also cause hanging at Emacs startup when parent is
  11.    not a job control shell.  */
  12. /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
  13.    the problem of spurious ^M in subprocess output.  */
  14. #undef HAVE_TERMIOS
  15. #if 0
  16. /* This enables some #undefs in systty.h.  */
  17. #define BSD_TERMIOS
  18. #endif
  19.  
  20. #if 0
  21. /* jik@gza.com says this works now.  */
  22. /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
  23.  
  24. #undef SYSTEM_MALLOC
  25.  
  26. /* barrie@calvin.demon.co.uk says memmove is missing.  */
  27. #ifndef SYSTEM_MALLOC
  28. #define MEMMOVE_MISSING
  29. #endif
  30. #endif /* 0 */
  31.